{
  "accusedData":
  {
    "Name": "David",
    "FaceTexture": "DavidHart",
    "Gender": "Male",
    "Age": 23,
    "Crime": "Bank Robbery"
  },
  "announcements": [
    {
      "Source": "Prosecution",
      "Message": "He's clearly guilty, he's got a funny looking beard.",
      "Influence": 0.5
    },
    {
      "Source": "Defense",
      "Message": "Our defendent doesn't even have a beard, the prosecution doesn't know what it's talking about.",
      "Influence": -0.7
    }
    {
      "Source": "Prosecution",
      "Message": "He definately had a beard at the time of the robbery, we can clearly see this on the CCTV footage.",
      "Influence": 0.7
    }
    {
      "Source": "Defense",
      "Message": "The CCTV footage shows a man with a beard, and that man is clearly not the accused.",
      "Influence": -1.2
    }
    {
      "Source": "Defense",
      "Message": "We have a witness, the mother of the accused, that has testified that then accused cannot even grow a beard.",
      "Influence": -0.5
    }
    {
      "Source": "Prosecution",
      "Message": "After a medical examination, the doctors concluded he can grow a beard, it would just take a very long time.",
      "Influence": 0.3
    }
  ]
}